<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-banner {
    position:relative;
    width:100%;
    *max-height: 960px;
    overflow: hidden;
}
.home-banner ul li {
    position:relative;
}
.home-banner ul li .video,
.home-banner ul li .video video {
    width:100%;
    transform: translate(0px,-80px);
}
.home-banner ul li img.banner {
    position:relative;
    width:100%;
    transition: all 0.5s;
}
.home-banner ul li.swiper-slide-active img.banner{
    opacity: 1;
}
.home-banner ul li a {
     display: block;
     width: 100%;
     height: 100%;
     position: relative;
}
.home-banner ul li.video-paly a:after {
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0);
    z-index: 1;
    transition: all 0.3s;
}

.home-banner .fix-word {
	position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
	background: rgba(0,0,0,0);
}

.home-banner .fix-word .p1 {
    font-size: 48px;
    font-weight: bold;

}
.home-banner .fix-word .p2 {
    font-size: 42px;
    font-family: "Oswald-Regular";
	padding:60px 0;
}
.home-banner .fix-word .p3 {
    margin-top: 5%;
}
.home-banner .fix-word .p3 img {
	width:40px;
}
.home-banner .fix-word .p4 {
    font-size: 14px;
	padding:2% 0 0 0;
}

.home-banner .pagination-banner {
    bottom: 5% !important;
}
.home-banner .pagination-banner span {
    width: 30px;
    height: 3px;
    border-radius:0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 2%);
    transition: width 0.6s ease;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    background: #d1292e;
}


.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:100%;
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/left.svg) center no-repeat;
    left: 2%;
}
.home-banner .swiper-banner-next {
    background:url(../images/right.svg) center no-repeat;
    right:2%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}

@media screen and (max-width:1024px){
.home-banner .fix-word .p1 {
    font-size: 24px;
    line-height: 1.6;
}
.home-banner .fix-word .p2 {
    font-size: 18px;
	padding:2% 0;
}
.home-banner .fix-word .p3 {
    margin-top: 5%;
}
.home-banner .fix-word .p3 img {
	width:20px;
}
.home-banner .fix-word .p4 {
    font-size: 14px;
	padding:2% 0 0 0;
}
}



/*æ¿å—æ&nbsp;‡é¢˜*/
.home-title {}
.home-title h5 {
    font-size: 40px;
    color: #252525;
    font-weight: bold;
}
.home-title h6 {
    font-size: 20px;
    color: #999;
    margin: 20px 0 0 0;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h5 {
    font-size: 24px;
}
.home-title h6 {
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0 0 0;
}
}
/*æ¿å—æ&nbsp;‡é¢˜ end*/

/*çƒ­é”€äº§å“*/
.home-product {
    padding:80px 0;
}
.home-product .product-item {}
.home-product .product-item .product-list {
    margin:30px 0 0 0;
}
.home-product .product-item .product-list ul {
    overflow: hidden;
}
.home-product .product-item .product-list ul li {
    position:relative;
    float: left;
    width: 25%;
    margin:0%;
}
.home-product .product-item .product-list ul li.hidden-class{
    display: none;
}
.home-product .product-item .product-list ul li a {
    display:block;
    padding:5%;
}
.home-product .product-item .product-list ul li .photo {
    position: relative;
    overflow: hidden;
}
.home-product .product-item .product-list ul li .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.home-product .product-item .product-list ul li:hover .photo img{
    transform: scale(1.05);
}

.home-product .product-item .product-list ul li .word h3::after {
    display: none;
    opacity: 0;
    content: "";
    padding: 0 10px;
    width: 80px;
    height: 80px;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    z-index: 1;
    top: 20px;
    left: 20px;
    background: url(../images/news.png) no-repeat right center/100%;
    -webkit-filter: grayscale(0%);
}

.home-product .product-item .product-list ul li .word {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:15% 0 0 0;
    text-align: center;
}
.home-product .product-item .product-list ul li .word p {
    font-size: 20px;
    color:#ccc;
    font-family: 'Futura-Medium';
}
.home-product .product-item .product-list ul li .word h3 {
    font-size: 24px;
    color:#252525;
    padding:10px 0 0 0;
}
.home-product .product-item .product-list ul li:hover .word h3 {
    color:#d1292e;
}



.home-product .product-item .product-list ul li.hidden-class.open{
    display: block;
}
.home-product .product-item .product-list .showall{
    width: 150px;
    margin: 1% auto;
    padding: 10px 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #eee;
    cursor: pointer;
}
@media screen and (max-width:1024px){
.home-product {
    padding:30px 0;
}
.home-product .product-item {}
.home-product .product-item .product-list {
    margin:20px 0 0 0;
}
.home-product .product-item .product-list ul {}
.home-product .product-item .product-list ul li {
    width: 48%;
    margin:1%;
}
.home-product .product-item .product-list ul li a {
    padding:0%;
}
.home-product .product-item .product-list ul li .photo {}
.home-product .product-item .product-list ul li .photo img {
    width:100%;
}

.home-product .product-item .product-list ul li .word {
    padding:10% 0 0 0;
}
.home-product .product-item .product-list ul li .word p {
    font-size: 14px;
}
.home-product .product-item .product-list ul li .word h3 {
    font-size: 18px;
    padding:5px 0 0 0;
}
.home-product .product-item .product-list ul li .word h3::after {
    width: 50px;
    height: 50px;
    top: 5px;
    left: 5px;
}
.home-product .product-item .product-list .showall{
    width: 160px;
    margin: 1% auto;
    padding: 5px 10px;
    font-size: 12px;
}
}
/*çƒ­é”€äº§å“*/


/*æ‚¨è¦æ‰¾å“ªä¸€ç±»å­¦æ&nbsp;¡å®¶å…·*/
.product-class {
    padding:80px 0;
}
.product-class h2 {
    font-size: 40px;
    color:#333;
    text-align: center;
}

.tags-top {}
.tags-top ul {
    max-width: 800px;
    margin:50px auto 80px;
    text-align: center;
}
.tags-top ul li {
    display:inline-block;
    width:22%;
    margin:1%;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #eee;
    cursor:pointer;
}
.tags-top ul li.active {
    color: #fff;
    border: 1px solid #d1292e;
    background-image: linear-gradient(to right,#d1292e 0,#d1292e 100%);
}

.tags-bottom {}
.tags-bottom .item-list {
    display:none;
}
.tags-bottom .item-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.tags-bottom .item-list ul li {
    width: 32%;
}
.tags-bottom .item-list ul li .photo {
    width: 100%;
    padding-top: 80%;
    overflow: hidden;
    position: relative;
}
.tags-bottom .item-list ul li .photo img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.tags-bottom .item-list ul li .photo::after {
    display: none;
    opacity: 0;
    content: "";
    padding: 0 10px;
    width: 80px;
    height: 80px;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    z-index: 1;
    top: 20px;
    left: 20px;
    background: url(../images/news.png) no-repeat right center/100%;
    -webkit-filter: grayscale(0%);
}

.tags-bottom .item-list ul li .word {
    padding:5%;
}
.tags-bottom .item-list ul li .word h3 {
    font-size: 18px;
    color:#333;
    text-align: center;
}
.tags-bottom .item-list ul li:hover .word h3 {
    color:#d1292e;
}
@media screen and (max-width:1024px){
.product-class {
    padding:30px 0;
}
.product-class h2 {
    font-size: 24px;
}

.tags-top {}
.tags-top ul {
    max-width: 800px;
    margin:20px auto 30px;
}
.tags-top ul li {
    width:22%;
    margin:1%;
    padding: 5px 0px;
}
.tags-top ul li.active {
}

.tags-bottom {}
.tags-bottom .item-list {
    display:none;
}
.tags-bottom .item-list ul {
    gap: 2%;
}
.tags-bottom .item-list ul li {
    width: 100%;
}
.tags-bottom .item-list ul li .photo {}
.tags-bottom .item-list ul li .photo img {
}
.tags-bottom .item-list ul li .photo::after {
    width: 50px;
    height: 50px;
    top: 5px;
    left: 5px;
}
.tags-bottom .item-list ul li .word {
    padding:10px 0;
}
.tags-bottom .item-list ul li .word h3 {
    font-size: 14px;
}
}


/*å…³äºŽå“ç‰Œ*/
.home-about {
    position:relative;
    overflow:hidden;
    background:#f9f9f9;
}
.home-about .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.home-about .photo {
    position:relative;
    width:50%;
    overflow:hidden;
}
.home-about .photo img {
    width: 100%;
    animation: efeect-photo 10s linear infinite;
}
.home-about .photo::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.5;
}

.home-about .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.home-about .container .word {
    width: 50%;
    padding: 2% 4%;
}

.home-about .container .word .content {
    margin: 6% 0 10% 0;
}
.home-about .container .word .content .profile {}
.home-about .container .word .content .profile h3 {
    font-size: 24px;
    color: #333;
    margin:0 0 20px 0;
}
.home-about .container .word .content .profile p {
    font-size: 14px;
    color: #999;
    line-height: 2.2;
    margin:0 0 10px 0;
}


.home-about .container .word .content .number {
    margin:10% 0 0 0;
}
.home-about .container .word .content .number ul {
    overflow:hidden;
    padding:0 0%;
}
.home-about .container .word .content .number ul li {
    float:left;
    width:33%;
    padding:0 0 8% 0;
}
.home-about .container .word .content .number ul li h3 {
}
.home-about .container .word .content .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 48px;
    color: #333;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
}
.home-about .container .word .content .number ul li h3 span {
    font-size: 18px;
    color: #666;
}
.home-about .container .word .content .number ul li p {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}

.home-about .container .word .content .tit .go {}
@media screen and (max-width:1024px){
.home-about {
    position:relative;
    overflow:hidden;
}
.home-about .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.home-about .photo {
    position:relative;
    width:100%;
    overflow:hidden;
}
.home-about .photo img {
    width: 100%;
    animation: efeect-photo 10s linear infinite;
}
.home-about .photo::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.5;
}

.home-about .container {
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
}
.home-about .container .word {
    width: 100%;
    padding: 50px 0%;
}

.home-about .container .word .content {
    margin: 6% 0 10% 0;
}
.home-about .container .word .content .profile {}
.home-about .container .word .content .profile h3 {
    font-size: 20px;
    margin:0 0 20px 0;
}
.home-about .container .word .content .profile p {
    font-size: 14px;
    color: #666;
}


.home-about .container .word .content .number {
    margin:10% 0 0 0;
}
.home-about .container .word .content .number ul {
    overflow:hidden;
    padding:0 0%;
}
.home-about .container .word .content .number ul li {
    width:50%;
    padding:0 0 8% 0;
    text-align: center;
}
.home-about .container .word .content .number ul li h3 {
}
.home-about .container .word .content .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 34px;
}
.home-about .container .word .content .number ul li h3 span {
    font-size: 18px;

}
.home-about .container .word .content .number ul li p {
    font-size: 14px;
    padding-top: 5px;
}

.home-about .container .word .content .tit .go {}
}
/*å…³äºŽå“ç‰Œ*/


.home-case {
    padding:80px 0;
}
.zoom-tag {}
.zoom-tag ul {
    margin:50px auto 20px;
    text-align: center;
}
.zoom-tag ul li {
    display:inline-block;
    width:176px;
    margin:1%;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #eee;
    cursor:pointer;
}
.zoom-tag ul li.active {
    color: #fff;
    border: 1px solid #d1292e;
    background-image: linear-gradient(to right,#d1292e 0,#d1292e 100%);
}


/*æ»šåŠ¨æ¡æ&nbsp;·å¼*/
.zoom-case ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background:#f1f1f1;
}
.zoom-case ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #d1292e;
}
.zoom-case {
    padding:20px 0;
}
.zoom-case ul {
    display: none;
    height: 290px;
    padding:0 3% 0 0;
    overflow-x: auto;
}
.zoom-case ul li {
    float: left;
    width: 23%;
    margin: 1%;
    padding:10px 5px 10px 50px;
    border-bottom: 1px dotted #dedede;
    overflow: hidden;
    font-size: 16px;
    color: #3a3a3a;
    background: url(../images/zoom.svg) no-repeat 10px/25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width:1024px){
.zoom-tag {}
.zoom-tag ul {
    margin:20px auto;
    text-align: center;
}
.zoom-tag ul li {
    width: 22%;
    margin: 1%;
    padding: 5px 0px;
}
.zoom-case {}
.zoom-case ul {}
.zoom-case ul li {
    float: left;
    width: 100%;
    margin: 1% 0;
    padding:10px 5px 10px 40px;
    border-bottom: 1px dotted #dedede;
    overflow: hidden;
    font-size: 14px;
    color: #3a3a3a;
    background: url(../images/zoom.svg) no-repeat 10px/20px;
}

}


/*ä¸ºä»€ä¹ˆé€‰æ‹©ç¥¥èšåº§æ¤…*/
.home-why {
    position:relative;
    padding:120px 0;
}
.home-why::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/home/why-bg.jpg) no-repeat center center/cover;
    transition: all 3s;
}
.home-why .home-title h5 {
    color: #fff;
}
.home-why .home-title h6 {
    color: #fff;
}
.home-why .why-item {}

.home-why .why-item .why-list {
    margin:100px 0 0 0;
}
.home-why .why-item .why-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
}
.home-why .why-item .why-list ul li {
    width: 19%;
    padding:50px 0;
    text-align: center;
    background:#fff;
}
.home-why .why-item .why-list ul li:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.home-why .why-item .why-list ul li i {}
.home-why .why-item .why-list ul li i img {}

.home-why .why-item .why-list ul li h4 {
    font-size: 24px;
    color:#333;
    font-weight: bold;
}
.home-why .why-item .why-list ul li p {
    font-size: 16px;
    color:#999;
    line-height: 1.8;
    padding:40px 0 50px 0;
}
.home-why .why-item .why-list ul li a {
    font-size: 16px;
    color:#333;
    display:inline-block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(-270deg,#f6f6f6 0,#f6f6f6 0,#f6f6f6 0,#f6f6f6 100%);
    border-image-slice: 1;
}
.home-why .why-item .why-list ul li a::after {
    content: "+";
    margin: 0 0 0 5px;
    display: inline-block;
}
.home-why .why-item .why-list ul li a:hover {
    color:#fff;
    background-image: -webkit-linear-gradient(bottom,#d1292e,#d1292e);

}
@media screen and (max-width:1024px){
.home-why {
    position:relative;
    padding:120px 0;
}
.home-why::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/home/why-bg.jpg) no-repeat center center/cover;
    transition: all 3s;
}
.home-why .home-title h5 {
    color: #fff;
}
.home-why .home-title h6 {
    color: #fff;
}
.home-why .why-item {}

.home-why .why-item .why-list {
    margin:100px 0 0 0;
}
.home-why .why-item .why-list ul {
    display: flex;
    flex-wrap: wrap;
    gap:2%;
}
.home-why .why-item .why-list ul li {
    width: 49%;
    padding:50px 0;
    margin:1% 0;
    text-align: center;
    background:#fff;
}
.home-why .why-item .why-list ul li:last-child {
    width: 100%;
}
.home-why .why-item .why-list ul li:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.home-why .why-item .why-list ul li i {}
.home-why .why-item .why-list ul li i img {}

.home-why .why-item .why-list ul li h4 {
    font-size: 18px;
}
.home-why .why-item .why-list ul li p {
    font-size: 14px;
    padding:10px 0 20px 0;
}
.home-why .why-item .why-list ul li a {
    font-size: 14px;
    color:#333;
    display:inline-block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(-270deg,#f6f6f6 0,#f6f6f6 0,#f6f6f6 0,#f6f6f6 100%);
    border-image-slice: 1;
}
.home-why .why-item .why-list ul li a::after {
    content: "+";
    margin: 0 0 0 5px;
    display: inline-block;
}
.home-why .why-item .why-list ul li a:hover {
    color:#fff;
    background-image: -webkit-linear-gradient(bottom,#d1292e,#d1292e);

}   
}
/*ä¸ºä»€ä¹ˆé€‰æ‹©ç¥¥èšåº§æ¤…*/

/*ä½Žç&nbsp;ºå‰è¡Œ åˆ›é€&nbsp;æ˜Žå¤©*/
.home-power {
    padding:0 0 3% 0;
}

.home-power .power-item {
    padding: 5% 0;
    overflow: hidden;
}

.home-power .power-item ul {}
.home-power .power-item ul li {
    position:relative;

    overflow:hidden;
}
.home-power .power-item ul li.item-01 {
    float:left;
    width: 51.3%;
}
.home-power .power-item ul li.item-02 {
    float:right;
    width: 47.6%;
}
.home-power .power-item ul li.item-03 {
    float:right;
    width: 47.6%;
    margin:1.11% 0 0 0;
}

.home-power .power-item ul li .photo {}
.home-power .power-item ul li .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    
}
.home-power .power-item ul li .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.home-power .power-item ul li:hover .photo img {
    transition: all 0.6s ease;
    transform: scale(1.05);
}
.home-power .power-item ul li .word {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10;
    max-width: 600px;
    padding: 10% 0 0 10%;
    transition: all 0.5s;
}
.home-power .power-item ul li .word h5 {
    font-size: 30px;
    color:#fff;
    font-weight: bold;
    font-family: 'Futura-Medium';
}
.home-power .power-item ul li .word i {
    display:block;
    width:60px;
    height:3px;
    background:#fff;
    margin:30px 0 40px 0;
}
.home-power .power-item ul li .word p {
    font-size: 14px;
    color:#fff;
    line-height: 1.8;
    font-family: 'Futura-Medium';
    opacity:0.9;
}
@media screen and (max-width:1024px){
.home-power {
    padding: % 0;
}

.home-power .power-item {
    padding: 8% 0;
}

.home-power .power-item ul {}
.home-power .power-item ul li {
    position:relative;

    overflow:hidden;
}
.home-power .power-item ul li.item-01 {
    float:left;
    width: 51.3%;
}
.home-power .power-item ul li.item-02 {
    float:right;
    width: 47.6%;
}
.home-power .power-item ul li.item-03 {
    float:right;
    width: 47.6%;
    margin:1.11% 0 0 0;
}

.home-power .power-item ul li .photo {}
.home-power .power-item ul li .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    
}
.home-power .power-item ul li .photo img {
    width:100%;
}
.home-power .power-item ul li .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 600px;
    padding: 0% 0 0 0%;
}
.home-power .power-item ul li .word h5 {
    font-size: 16px;
}
.home-power .power-item ul li .word i {
    display: none;
    width:30px;
    height:2px;
    margin:30px 0 40px 0;
}
.home-power .power-item ul li .word p {
    display: none;
    font-size: 14px;
    line-height: 1.6;
}
}
/*ä½Žç&nbsp;ºå‰è¡Œ åˆ›é€&nbsp;æ˜Žå¤© end*/


/*æ–°é—»èµ„è®¯*/
.home-news {
    padding:0% 0 3% 0;
}
.home-menu {
    overflow:hidden;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 10px 10px;
    padding: 6px 30px;
    border-radius: 0px;
    text-align: center;
    font-style: normal;
    max-width: 150px;
    font-size: 14px;
    color: #464646;
}
.home-menu .home-tag a:hover {
    border: solid 1px #d1292e;
    background: #d1292e;
    color: #fff;
}
.news-box {
    padding:2% 0;
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 31%;
    margin: 1%;
    border:1px solid #eee;
    overflow: hidden;
    transition: all 0.6s;
}
.news-box ul li .pic {
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}
.news-box ul li .pic .news-pic {
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height:100%;
}
.news-box ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-box ul li .pic .news-pic time {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    padding: 10px 10px;
    border-radius: 0 10px 0 0;
    background-image: linear-gradient(to right,#d1292e 0,#d1292e 100%);
    font-size: 16px;
    color: #fff;
    font-family: "Futura-Medium";
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    width:100%;
    height:60px;
    font-size: 18px;
    color: #000;
    line-height:1.6;
    
}
.news-box ul li .item p {
    width: 100%;
    height: 80px;
    line-height: 26px;
    color: #999999;
    font-size: 14px;
    margin: 3% 0 3%;
    overflow: hidden;
}
.news-box ul li .item .more {
    border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 4% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.news-box ul li .item .more time {
    color:#999;
    font-family: "Futura-Light";
}
.news-box ul li .item .more span {
    float: right;
    display: block;
    color: #666;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-box ul li:hover .item {
    background: #fff;
}
.news-box ul li:hover .item h3 {
    color: #000;
}
.news-box ul li:hover .item p {
}
.news-box ul li:hover .item .more span {
    color: #d1292e;
}
.news-box ul li .item .more span i {
    padding: 0 0 0 10px;
    font-family:"å®‹ä½“";
    font-style: normal;
}
/*ç‰¹æ•ˆ*/
.news-box ul li:hover {
}
.news-box ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.news-more {}
.news-more a {
    margin:2% auto 2% auto;
}
@media screen and (max-width:1024px){
.home-news {
    padding: 50px 0;
}
.home-tag {
    width:100%;
    padding:5% 0;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    width: 30%;
    max-width: 150px;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 5px 5px;
    padding: 6px 15px;
    border-radius: 25px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #464646;
}
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
    
}
.news-box ul li .pic {
}
.news-box ul li .pic .news-pic {
}
.news-box ul li .pic .link {
    display:none;
}
.news-box ul li .pic img {
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    font-size: 16px;
    color:#000;
    height: auto;
}
.news-box ul li .item p {
    width:100%;
    height: auto;
    line-height:1.6;
    font-size: 14px;
    margin: 3% 0 3%;
}
}</pre></body></html>